home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / COMMADIO / VT100102.LZH / PC-VT101.ZIP / README.101 < prev    next >
Text File  |  1991-01-23  |  3KB  |  79 lines

  1. Athena Systems Development Group
  2. 619-549-4056
  3.  
  4. PC-VT Release 10.1        1/23/91
  5.  
  6. PC-VT now supports a varied combination of communication ports and
  7. interrupt chaining.
  8.  
  9. Using the standard selection mechanism (i.e the 6 key in the SETUP-B
  10. frame after pointing to the correct feature column or the c key), you
  11. can select these combinations :
  12.  
  13. COM    Port    Interrupt
  14.  
  15. 1    3F8    4        Standard
  16. 2    2F8    3        Standard
  17. 3    3E8    4        Pseudo Standard
  18. 4    2E8    3        Pseudo Standard
  19.  
  20. 5    2E8    4        Non Standard
  21. 6    2E0    3        Non Standard
  22.  
  23.  
  24. COM 1 and 2 are the standard ports. COM 3 and 4 are the almost standard
  25. ports. COM 5 and 6 are used on some boards as what they call COM 3 and 4.
  26.  
  27. For additional flexibility, you can select one of these ports and change
  28. the Interrupt IRQ number. To change the IRQ number, select the correct
  29. port with the 'c' key and then press the 'i' key. Each time you press
  30. the 'i' key, the IRQ number will go up by one. It will cycle 0-7 and
  31. repeat. Pick the IRQ number you want. Make sure you select a 'good' IRQ
  32. number for your system. Selecting a 'bad' IRQ number (like one the disk
  33. drive uses) will surely lock up your computer.
  34.  
  35. The port and IRQ information is saved with the SETUP and DIALER just
  36. like all the other feature selections.
  37.  
  38. PC-VT also supports interrupt chaining. If you have two ports on a
  39. single IRQ line, PC-VT checks the port's IID register. If the Interrupt
  40. Pending bit is not on, it chains any other ISR that may be attached to
  41. that IRQ line.
  42.  
  43. Thanks to Malcolm Michael at Triad for prompting this enhancement.
  44.  
  45.  
  46. Other New Features and Bug Fixes :
  47. ----------------------------------
  48.  
  49. 1. On the ANSI/VT52 selection on the SETUP B screen, you can now select
  50.  
  51.     VT52
  52.     ANSI
  53.     ANSI.SYS
  54.  
  55.     from the following prompt:
  56.  
  57.     ANSI/VT52        0=VT52  1=ANSI (VT100/102)  2=ANSI.SYS
  58.  
  59.     The new selection ANSI.SYS makes PC-VT interpret escape sequences
  60.     more like ANSI.SYS and less like the ANSI standard. Microsoft
  61.     chose to change some of the sequences when they developed 
  62.     ANSI.SYS.
  63.  
  64.     Enables these sequences :
  65.  
  66.         <ESC>[2m    clear the screen and home the cursor
  67.  
  68.     Enables these characters :
  69.  
  70.         <FF>        clear the screen and home the cursor
  71.  
  72. 2. Fixed a bug in the Index and Reverse Index sequences. They should
  73.     only scroll the window if the cursor is ON the top/bottom
  74.     line of the margin. Found by George Fluck at Standard and Poors.
  75.  
  76.  
  77. 3. Fixed a bug in loading of Table keys if macro keys were not done
  78.      first. Found by George Fluck at Standard and Poors.
  79.